dvb_diseqc_master_cmd

struct dvb_diseqc_master_cmd - DiSEqC master command

@msg: DiSEqC message to be sent. It contains a 3 bytes header with: framing + address + command, and an optional argument of up to 3 bytes of data. @msg_len: Length of the DiSEqC message. Valid values are 3 to 6.

Check out the DiSEqC bus spec available on http://www.eutelsat.org/ for the possible messages that can be used.

extern (C)
struct dvb_diseqc_master_cmd {}

Members

Variables

msg
ubyte[6] msg;
Undocumented in source.
msg_len
ubyte msg_len;
Undocumented in source.

Meta